OrganizationAffiliation API - Implementation Template (DaVinci PDEX Plan Net)
Field mapping
HealthCloudGA____AccountAccountRelation____c
See src/main/resources/dw/FHIRTools.dwl for a mapping example.
| FHIR Field | Field | Notes |
|---|---|---|
| id | Id | A lookup in Health Cloud is done to verify this exists. |
| identifier.value | HealthCloudGA____ExternalId____c | Split this value on '/' and take the part to the right. |
| active | HealthCloudGA____Active____c | |
| period.start | HealthCloudGA____StartDate____c | |
| period.end | HealthCloudGA____EndDate____c | |
| organization | HealthCloudGA____Account____c | |
| participatingOrganization | HealthCloudGA____RelatedAccount____c | |
| code[0].coding[0].code | HealthCloudGA____RelationshipType____c | The code requires an independent query into HealthCloudGA____ReciprocalRole____c for the ID value. |